zsh - significado y definición. Qué es zsh
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es zsh - definición

UNIX SHELL
Zsh; Z Shell; Zshell; ZSH; Recursive globbing; Oh My Zsh; /bin/zsh
  • Oh My Zsh logo
  • Zsh with Agnoster theme running on [[Konsole]] terminal emulator
  • Z shell's configuration utility for new users

zsh         
Z shell         
(zsh) 1. sh with list processing and database enhancements. Version 2.1.o (before 1995-10-30). zsh/zsh2.1.0.tar.Z">ftp://cs.ucsd.edu/pub/zsh/zsh2.1.0.tar.Z. 2. A Unix command interpreter shell by Paul Falstad <pf@ttisms.com> some time before 1993-03-23. It is similar to, but not completely compatible with, ksh, with many additions to please csh users and some tcsh features. zsh supports editing of multi-line commands in a single buffer; variable editing; a command buffer stack; recursive globbing; manipulation of arrays; and spelling correction. zsh uses GNU autoconf so should compile and run on any modern version of UNIX, and many not-so-modern. Latest version: 4.0.6, as of 2002-10-02. zsh home (http://zsh.org/). (1995-10-31)

Wikipedia

Z shell

The Z shell (Zsh) is a Unix shell that can be used as an interactive login shell and as a command interpreter for shell scripting. Zsh is an extended Bourne shell with many improvements, including some features of Bash, ksh, and tcsh.

Zsh was created by Paul Falstad in 1990 while he was a student at Princeton University. It combines features from both ksh and tcsh, offering functionality such as programmable command-line completion, extended file globbing, improved variable/array handling, and themeable prompts.

Zsh is available for Microsoft Windows as part of the UnxUtils collection and has been adopted as the default shell for macOS Catalina and Kali Linux. The "Oh My Zsh" user community website provides a platform for third-party plug-ins and themes, featuring a large and active contributor base.